Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dbt-snowflake from 1.5.1 to 1.6.0 #17

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Bumps dbt-snowflake from 1.5.1 to 1.6.0.

Release notes

Sourced from dbt-snowflake's releases.

dbt-snowflake v1.6.0

dbt-snowflake 1.6.0 - July 31, 2023

Features

  • Optimize catalog.sql to query only needed tables and columns from information_schema (#216)
  • enable showing more than 10K objects in a schema (#571)
  • Add support for dynamic tables (#603)
  • Standardize the _connection_keys and debug_query for dbt debug. (#PR754)
  • add dbt-snowflake portion of dbt_clone functionality (#7256)
  • Enumerate supported features for dynamic tables in 1.6.0rc1 (#dbt-labs/dbt-core#6911)

Fixes

  • fix redaction of row values in logs and standard out (#589)
  • Update signature for execute method (#, #)
  • Address some issues regarding gustom schema overrides. (#393)
  • Remove dependent_projects argument from PartialProject call in unit tests (#7955)
  • Implement the new refresh method, remove the flaky workaround (#603)
  • Fix on_configuration_change setting to properly recognize continue and fail (#708)

Under the Hood

  • test foreign key + unique constraint rendering (#7417)
  • remove support for python 3.7 (#638)
  • add tests for constraints on model with sql header (#7714)

Dependencies

  • Update types-requests requirement from ~=2.28 to ~=2.31 (#622)
  • Bump mypy from 1.2.0 to 1.3.0 (#604)
  • Update tox requirement from ~=4.4 to ~=4.6 (#652)
  • Bump mypy from 1.3.0 to 1.4.0 (#670)
  • Update pytest requirement from ~=7.3 to ~=7.4 (#674)
  • Bump mypy from 1.4.0 to 1.4.1 (#675)
  • Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#608)
  • Update pre-commit requirement from ~=2.21 to ~=3.3 (#583)
  • Update pip-tools requirement from ~=6.13 to ~=6.14 (#683)

Contributors

dbt-snowflake v1.6.0rc1

dbt-snowflake 1.6.0-rc1 - July 17, 2023

Features

  • Optimize catalog.sql to query only needed tables and columns from information_schema (#216)

... (truncated)

Changelog

Sourced from dbt-snowflake's changelog.

dbt-snowflake 1.6.0 - July 31, 2023

Features

  • Optimize catalog.sql to query only needed tables and columns from information_schema (#216)
  • enable showing more than 10K objects in a schema (#571)
  • Add support for dynamic tables (#603)
  • Standardize the _connection_keys and debug_query for dbt debug. (#PR754)
  • add dbt-snowflake portion of dbt_clone functionality (#7256)
  • Enumerate supported features for dynamic tables in 1.6.0rc1 (#dbt-labs/dbt-core#6911)

Fixes

  • fix redaction of row values in logs and standard out (#589)
  • Update signature for execute method (#, #)
  • Address some issues regarding gustom schema overrides. (#393)
  • Remove dependent_projects argument from PartialProject call in unit tests (#7955)
  • Implement the new refresh method, remove the flaky workaround (#603)
  • Fix on_configuration_change setting to properly recognize continue and fail (#708)

Under the Hood

  • test foreign key + unique constraint rendering (#7417)
  • remove support for python 3.7 (#638)
  • add tests for constraints on model with sql header (#7714)

Dependencies

  • Update types-requests requirement from ~=2.28 to ~=2.31 (#622)
  • Bump mypy from 1.2.0 to 1.3.0 (#604)
  • Update tox requirement from ~=4.4 to ~=4.6 (#652)
  • Bump mypy from 1.3.0 to 1.4.0 (#670)
  • Update pytest requirement from ~=7.3 to ~=7.4 (#674)
  • Bump mypy from 1.4.0 to 1.4.1 (#675)
  • Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#608)
  • Update pre-commit requirement from ~=2.21 to ~=3.3 (#583)
  • Update pip-tools requirement from ~=6.13 to ~=6.14 (#683)

Contributors

Previous Releases

For information on prior major and minor releases, see their changelogs:

... (truncated)

Commits
  • 177ca43 Bumping version to 1.6.0 and generate changelog
  • 74e84b2 ADAP-728: Fix "On Configuration Change" config (#708) (#713)
  • e99842f add datadog env vars (#690) (#697)
  • 695c497 [Automated] Merged prep-release/1.6.0rc1_5581236621 into target 1.6.latest du...
  • e8feba2 Bumping version to 1.6.0rc1 and generate changelog
  • 34d0aad updating env variable to 1.6.latest in nightly-release.yml
  • 316f994 bumping .latest branch variable in update_dependencies.sh to 1.6.latest
  • b698480 Apply new integration tests to existing framework to identify supported featu...
  • 641745f [Feature] dbt_clone sf implementation (#664)
  • 46229b4 update pr template (#686)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [dbt-snowflake](https://github.com/dbt-labs/dbt-snowflake) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/dbt-labs/dbt-snowflake/releases)
- [Changelog](https://github.com/dbt-labs/dbt-snowflake/blob/v1.6.0/CHANGELOG.md)
- [Commits](dbt-labs/dbt-snowflake@v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: dbt-snowflake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 1, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 22, 2023

Superseded by #21.

@dependabot dependabot bot closed this Aug 22, 2023
@dependabot dependabot bot deleted the dependabot/pip/dbt-snowflake-1.6.0 branch August 22, 2023 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants